home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat3 / Tcl / lindex.z / lindex
Text File  |  1998-10-30  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. lllliiiinnnnddddeeeexxxx((((3333TTTTccccllll))))                                                      lllliiiinnnnddddeeeexxxx((((3333TTTTccccllll))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      lindex - Retrieve an element from a list
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      lllliiiinnnnddddeeeexxxx _l_i_s_t _i_n_d_e_x
  13.  
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      This command treats _l_i_s_t as a Tcl list and returns the _i_n_d_e_x'th element
  17.      from it (0 refers to the first element of the list).  In extracting the
  18.      element, _l_i_n_d_e_x observes the same rules concerning braces and quotes and
  19.      backslashes as the Tcl command interpreter; however, variable
  20.      substitution and command substitution do not occur.  If _i_n_d_e_x is negative
  21.      or greater than or equal to the number of elements in _v_a_l_u_e, then an
  22.      empty string is returned.  If _i_n_d_e_x has the value eeeennnndddd, it refers to the  |
  23.      last element in the list.
  24.  
  25.  
  26. KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  27.      element, index, list
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.